名前 | 解説 | |
---|---|---|
Add | Adds an existing item to the internal list. C1.Schedule.C1BindingSourceから継承されます。 | |
AddNew | Adds a new item to the underlying list. C1.Schedule.C1BindingSourceから継承されます。 | |
BeginEdit | Starts an edit operation on the specified object. C1.Schedule.C1BindingSourceから継承されます。 | |
Clear | Removes all elements from the list. C1.Schedule.C1BindingSourceから継承されます。 | |
Contains | Determines whether an object is an item in the list. C1.Schedule.C1BindingSourceから継承されます。 | |
CopyTo | Copies the contents of the C1BindingSource.List to the specified array, starting at the specified index value. C1.Schedule.C1BindingSourceから継承されます。 | |
CreateObjRef | System.MarshalByRefObjectから継承されます。 | |
Dispose | System.ComponentModel.Componentから継承されます。 | |
EndEdit | Applies pending changes to the underlying data source. C1.Schedule.C1BindingSourceから継承されます。 | |
Find | オーバーロードされます。 Searches for the index of the item that has the given property descriptor. C1.Schedule.C1BindingSourceから継承されます。 | |
FinishAddNew | Commits a pending new item to the collection. C1.Schedule.C1BindingSourceから継承されます。 | |
GetItemProperties | Retrieves an array of PropertyDescriptor objects representing the bindable properties of the data source list type. C1.Schedule.C1BindingSourceから継承されます。 | |
GetLifetimeService | System.MarshalByRefObjectから継承されます。 | |
GetListName | Gets the name of the list supplying data for the binding. C1.Schedule.C1BindingSourceから継承されます。 | |
IndexOf | Searches for the specified object and returns the index of the first occurrence within the entire list. C1.Schedule.C1BindingSourceから継承されます。 | |
InitializeLifetimeService | System.MarshalByRefObjectから継承されます。 | |
Insert | Inserts an item into the list at the specified index. C1.Schedule.C1BindingSourceから継承されます。 | |
RefreshData | Call this method each time after changing your data source if it doesn't implement IBindingList interface. Or use BaseStorage{T, TMappingCollection}.Add and BaseStorage{T, TMappingCollection}.Remove instead of corresponding methods of your data source class. | |
Remove | オーバーライドされます。 Removes object from the Objects collection. | |
RemoveAt | Removes the item at the specified index in the list. C1.Schedule.C1BindingSourceから継承されます。 | |
ResetBindings | Causes a control bound to the C1BindingSource to reread all the items in the list and refresh their displayed values. C1.Schedule.C1BindingSourceから継承されます。 | |
ResetItem | Causes a control bound to the C1BindingSource to re-read the item at the specified index, and refresh its displayed value. C1.Schedule.C1BindingSourceから継承されます。 | |
ToString | System.ComponentModel.Componentから継承されます。 |